Indentation fix
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 6 Dec 2011 23:06:50 +0000 (23:06 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 6 Dec 2011 23:06:50 +0000 (23:06 +0000)
includes/PHPVersionError.php

index 26823fc..bd3034a 100644 (file)
@@ -32,7 +32,7 @@ function wfPHPVersionError( $type ){
                header( 'Cache-control: none' );
                header( 'Pragma: nocache' );
 
-$finalOutput = <<<HTML
+               $finalOutput = <<<HTML
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns='http://www.w3.org/1999/xhtml' lang='en'>
        <head>